home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / reset.zip / COLDSET.DOC < prev    next >
Text File  |  1987-04-17  |  1KB  |  32 lines

  1. COMMAND:   COLDSET.COM
  2.  
  3. FUNCTION:  Will set a hardware reset button for cold boot upon
  4.            next press.
  5.  
  6. FORMAT:    COLDSET <cr>
  7.  
  8.            There are no special operators or parameters.
  9.  
  10. TYPE:      DOS external command
  11.  
  12. REMARKS:   This program will cause a press of a hardware reset
  13.            button to initiate a cold boot upon the next press.
  14.            During a hardware reset, the memory location
  15.            0000:0472 is compared to the value 1234h.  If they
  16.            are equal, then a WARM start indicated, causing the
  17.            memory tests to be skipped.  If there is any other
  18.            value there, then a COLD start will cause the Power
  19.            On Self Test (POST) to be run.  This program simply
  20.            sets the flag to 0000h, which will cause the reset
  21.            compare to evaluate false, initiating a cold boot.
  22.            Any data currently in memory will be LOST as if the
  23.            power switch has just been toggled.  This program
  24.            requires a machine with a hardware reset switch to be
  25.            of any real value.
  26.  
  27. AUTHOR:    Scott Mueller
  28.            Mueller Business Systems
  29.            227 S. Hale
  30.            Palatine, IL 60067
  31.            312-358-5524
  32.